home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_AMIGAGUIDE_PROTOS_H
- #define CLIB_AMIGAGUIDE_PROTOS_H
- /*
- ** $VER: amigaguide_protos.h 39.2 (23.07.92)
- ** Includes Release 39.108
- **
- ** C prototypes. For use with 32 bit integers only.
- **
- ** (C) Copyright 1990-1992 Commodore-Amiga, Inc.
- ** All Rights Reserved
- */
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EXEC_PORTS_H
- #include <exec/ports.h>
- #endif
- #ifndef DOS_DOS_H
- #include <dos/dos.h>
- #endif
- #ifndef LIBRARIES_AMIGAGUIDE_H
- #include <libraries/amigaguide.h>
- #endif
- #ifndef UTILITY_TAGITEM_H
- #include <utility/tagitem.h>
- #endif
- #ifndef UTILITY_HOOKS_H
- #include <utility/hooks.h>
- #endif
- #ifndef REXX_STORAGE_H
- #include <rexx/storage.h>
- #endif
- /*--- functions in V39 or higher (beta release for developers only) ---*/
-
- LONG AGARexxHost( struct RexxMsg *rmsg, STRPTR *result );
- LONG LockAmigaGuideBase( APTR handle );
- void UnlockAmigaGuideBase( long key );
- APTR OpenAmigaGuideA( struct NewAmigaGuide *nag, struct TagItem * );
- APTR OpenAmigaGuide( struct NewAmigaGuide *nag, Tag tag1, ... );
- APTR OpenAmigaGuideAsyncA( struct NewAmigaGuide *nag, struct TagItem *attrs );
- APTR OpenAmigaGuideAsync( struct NewAmigaGuide *nag, Tag tag1, ... );
- void CloseAmigaGuide( APTR cl );
- ULONG AmigaGuideSignal( APTR cl );
- struct AmigaGuideMsg *GetAmigaGuideMsg( APTR cl );
- void ReplyAmigaGuideMsg( struct AmigaGuideMsg *amsg );
- LONG SetAmigaGuideContextA( APTR cl, unsigned long id,
- struct TagItem *attrs );
- LONG SetAmigaGuideContext( APTR cl, unsigned long id, Tag tag1, ... );
- LONG SendAmigaGuideContextA( APTR cl, struct TagItem *attrs );
- LONG SendAmigaGuideContext( APTR cl, Tag tag1, ... );
- LONG SendAmigaGuideCmdA( APTR cl, STRPTR cmd, struct TagItem *attrs );
- LONG SendAmigaGuideCmd( APTR cl, STRPTR cmd, Tag tag1, ... );
- LONG SetAmigaGuideAttrsA( APTR cl, struct TagItem *attrs );
- LONG SetAmigaGuideAttrs( APTR cl, Tag tag1, ... );
- LONG GetAmigaGuideAttr( Tag tag, APTR cl, ULONG *storage );
- APTR AddAmigaGuideHostA( struct Hook *h, STRPTR name, struct TagItem *attrs );
- APTR AddAmigaGuideHost( struct Hook *h, STRPTR name, Tag tag1, ... );
- LONG RemoveAmigaGuideHostA( APTR hh, struct TagItem *attrs );
- LONG RemoveAmigaGuideHost( APTR hh, Tag tag1, ... );
- STRPTR GetAmigaGuideString( long id );
- #endif /* CLIB_AMIGAGUIDE_PROTOS_H */
-